home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / commo454.arc / COMMO.MAC < prev    next >
Text File  |  1991-05-27  |  5KB  |  103 lines

  1.                                  ┌────────────┐
  2.   PgDn for more macros           │ Macro File │           PgDn for more macros
  3.                                  └────────────┘
  4.  
  5.   1)  Programs indicated to the right of each macro must be in your DOS path.
  6.  
  7.   2)  Move Selector Bar to desired entry, press [Enter].
  8.  
  9.   Macros used for DOWNLOADING (receiving)                     Program required
  10.   ────────────────────────────────────────────────────────────────────────────
  11.   ZMODEM batch   {zzz} {exec DSZ port %p rz -m %d %a%w} {return}       DSZ.COM
  12.   YMODEM batch         {exec DSZ port %p rb %d %a%w} {return}          DSZ.COM
  13.   XMODEM CRC           {exec DSZ port %p rc %d\%i %a%w} {return}       DSZ.COM
  14.   MPT            {mmm} {exec MPT P%p S%s r %d\ %a%w} {return}          MPT.EXE
  15.   CompuServe B         {exec OZBEXT /c%p /f%d /n /x %a%w} {return}  OZBEXT.EXE
  16.   ────────────────────────────────────────────────────────────────────────────
  17.    NOTE: DSZ must be registered to place downloads in a specified directory.
  18.  
  19.   Macros used for UPLOADING (sending)                        Program required
  20.   ────────────────────────────────────────────────────────────────────────────
  21.   ZMODEM batch         {exec DSZ port %p sz -m %u\%i %a%w} {return}    DSZ.COM
  22.   YMODEM batch         {exec DSZ port %p sb -k %u\%i %a%w} {return}    DSZ.COM
  23.   XMODEM-1K CRC        {exec DSZ port %p sx -k %u\%i %a%w} {return}    DSZ.COM
  24.   XMODEM CRC           {exec DSZ port %p sx %u\%i %a%w} {return}       DSZ.COM
  25.   MPT                  {exec MPT P%p S%s s %u\%i %a%w} {return}        MPT.EXE
  26.   CompuServe B         {exec OZBEXT /c%p /f%u /n /x %a%w} {return}  OZBEXT.EXE
  27.   ────────────────────────────────────────────────────────────────────────────
  28.  
  29.  
  30.   Alternate Help key, press F1
  31.   ────────────────────────────────────────────────────────────────────────────
  32.   {nf1}  {help} {}      Default Help key is Alt-H
  33.  
  34.  
  35.   Macro to review capture file, press Shift-F8            Program required
  36.   ────────────────────────────────────────────────────────────────────────────
  37.   {sf8}  {exec LIST %c/e} {}  (Scrollback using no RAM)       LIST.COM
  38.  
  39.  
  40.   Simple login macro, press F2
  41.   ────────────────────────────────────────────────────────────────────────────
  42.   {nf2}    {send Fred|~~Brucker|~~~~#|} {}       RBBS, PCBoard, Auntie, etc.
  43.  
  44.  
  45.   Macro to list download directory, press Alt-F10
  46.   ────────────────────────────────────────────────────────────────────────────
  47.   {af0}  {exec dir %d /w %w} {}                  Download directory
  48.  
  49.  
  50.   Macro to login to a PCBoard (put "pcb" in Dialing Directory macro field)
  51.   ────────────────────────────────────────────────────────────────────────────
  52.   {pcb}  {capture y,c:\commo\pcb.cap} {asci ,}
  53.          {setlook 60,hng}
  54.          {lookfor graphics} {send y|}
  55.          {setlook 60,hng,6,n|}
  56.          {lookfor first name?} {send Fred Brucker|~#|}  ═ your name here
  57.          {lookfor Main Board Command?} {}
  58.   {hng}  {hangup y} {stop}
  59.  
  60.  
  61.   CompuServe login macro
  62.   ────────────────────────────────────────────────────────────────────────────
  63.   {cis}  {setlook 45,hng,2,^c} {send ^c} {capt y,c:\commo\cis.cap} {asci ,:}
  64.          {lookfor User ID:} {send 71021,356|}
  65.          {setl 20,hng} {lookfor Password:} {send #|} {}
  66.  
  67.  
  68.                     ──────────────────────────────
  69.                     Full Screen Editor Key Support
  70.                     ──────────────────────────────
  71.  
  72.   The following keys are used by full screen editors such as Visual Editor in
  73.   ProDoor, PCBoard's full screen editor, ANSIED in RBBS and others.  They may
  74.   be changed to suit your own needs (all keys do not work with all editors --
  75.   capture the editor help info on the BBS).  See Appendix D in COMMO.DOC for
  76.   details on character representation.
  77.  
  78.   Note that the left arrow function (^S) is also the XOFF character. This may
  79.   cause a problem on some systems.  If pressing the left arrow seems to hang
  80.   the remote, press Ctrl-Q and change the "lfa" macro to:
  81.  
  82.          {send ^[[D} {}  or  {send ^@K} {}
  83.  
  84.   Macro                  Key             Function
  85.   ────────────────────────────────────────────────────────────────────────────
  86.   {hom} {send ^W} {}     Home            Start of line
  87.   {end} {send ^P} {}     End             End of line
  88.   {pgu} {send ^R} {}     PgUp            Page up
  89.   {pgd} {send ^C} {}     PgDn            Page down
  90.  
  91.   {upa} {send ^E} {}     Up Arrow        Cursor up
  92.   {dna} {send ^X} {}     Down Arrow      Cursor down
  93.   {lfa} {send ^S} {}     Left Arrow      Cursor left
  94.   {rta} {send ^D} {}     Right Arrow     Cursor right
  95.  
  96.   {cla} {send ^A} {}     ^Left Arrow     Word left
  97.   {cra} {send ^F} {}     ^Right Arrow    Word right
  98.  
  99.   {ins} {send ^V} {}     Insert          Toggle insert mode
  100.   {del} {send ^G} {}     Delete          Delete character
  101.   {cnd} {send ^K} {}     ^End            Delete to end of line
  102.  
  103.